anonymous type

英 [əˈnɒnɪməs taɪp] 美 [əˈnɑːnɪməs taɪp]

网络  匿名类型; 匿名型別; 匿名型别; 之匿名类型; 匿名型

计算机



双语例句

  1. You also need to do something similar for the type of the Quantity property: you need to create an anonymous simple type.
    您还需要为Quantity属性作相似的工作:您需要建立一个匿名简单类型。
  2. In the dialog that opens, type in ANONYMOUS LOGON.
    在打开的对话框中,键入ANONYMOUSLOGON。
  3. If you wish another element elsewhere to be the same type, the best you can do is to cut/ paste the anonymous type definition into the new element.
    如果您希望别处的另一个元素也采用相同的类型,最好的方法是将该匿名类型剪切并粘贴到新元素中。
  4. Two refactorings, Convert Anonymous Class to Nested and Convert Nested Type to Top Level, are similar in that they move a class out of its current to scope to the enclosing scope.
    ConvertAnonymousClass(转换匿名类)和ConvertNestedType(转换嵌套类)这两种重构方法比较相似,它们都将某个类从其当前范围移动到包含这个类的范围上。
  5. What is an anonymous type?
    什么是匿名类型?
  6. Anonymous types in the Item's complex type
    条目的复合类型中的Anonymous类型
  7. This function returns an anonymous visitor function that will jump to the next node if the node is not of the correct type.
    此函数返回一个匿名访问者函数,如果节点的类型不正确,则该函数将跳转到下一个节点。
  8. Embedded types can also be used, and a property indicates that it should be processed as an anonymous type.
    您还可以使用嵌入式类型和一个属性,该属性指出应将它作为一个匿名类型进行处理。
  9. An anonymous XML type is one which is embedded within an xsd: element.
    匿名XML类型是xsd:element中嵌入的类型。
  10. Because an anonymous type has no name, and you cannot add an anonymous type to a schema, the anonymous type must be returned as an xmlschematype.
    由于匿名类型没有名称,并且您无法向架构添加匿名类型,因此匿名类型必须作为xmlschematype返回。
  11. Anonymous subscriptions can only have a local subscription priority type.
    匿名订阅只能是本地订阅优先级类型。
  12. The anonymous member is a member like any other, with a name the same as the type.
    匿名成员与其它的成员一样,并有着和类型一样的名字。
  13. The names of the fields can be explicitly declared in the anonymous type creation.
    创建匿名类型时,可显式声明字段的名称。
  14. Since anonymous classes do not have a name, there is no way to create variables of their type in C# without type inference.
    因为匿名类并没有一个指定的类型名称,所以若是没有了类型推断的支持,我们就无法在C中创建该类型的实例。
  15. Illegal use of anonymous local type in template instantiation
    在模板实例化中非法使用匿名局部类型
  16. If the select clause identifies multiple items to return, the query expression returns a collection of a new anonymous type, based on the selected items.
    如果select子句标识了要返回的多个项,则查询表达式根据所选项返回新匿名类型的集合。
  17. One of the keys for getting data easily to a view is that we need to send ONE object ( and not an anonymous type) to the view.
    若要轻易地获取数据并将其传给视图,则其中一个关键是我们需要传递“一个”对象(而且不是匿名类型)到视图。
  18. And future features that we're interested in exploring, such as nominal anonymous types and dynamic interfaces, may make anonymous types even more useful.
    现在我们在努力的一些新特性,比如有名字的匿名类型(NominalAnonymousType)和动态接口,将来会使匿名类型更加有用。